-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: do ambiguous_distinct_check in select #14180
base: main
Are you sure you want to change the base?
Conversation
… of traversing the plan looking for projection node
@jonahgao in #10234 (comment) comment:
If not traversing the plan looking for projection node, how to do |
My thought is to handle it in select_to_plan, where the original select list and the distinct flag are both available. |
@jonahgao |
My plan is for the DataFrame to keep using SQL has well-known specs for handling |
@jonahgao please help me review this pr |
Which issue does this PR close?
Closes #10326.
refactor: do ambiguous_distinct_check in select
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?